Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APP-6845: Create GetBillingService API #588

Merged
merged 6 commits into from
Nov 12, 2024
Merged

APP-6845: Create GetBillingService API #588

merged 6 commits into from
Nov 12, 2024

Conversation

jr22
Copy link
Member

@jr22 jr22 commented Nov 11, 2024

@github-actions github-actions bot added the safe to test committer is a member of this org label Nov 11, 2024
Comment on lines 456 to 458
message GetBillingServiceResponse {
BillingAddress billing_address = 1;
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RoxyFarhad what other fields are you picturing here? you listed a few in the ticket description but wanted to know what you included in the email

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copied from the email:

message GetBillingServiceConfigResponse {
  BillingAddress billing_address = 1; 
  string support_email = 2;
  string logo_url = 3;
  string billing_dashboard_url = 4; 
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

@jr22 jr22 requested a review from RoxyFarhad November 11, 2024 20:01
@@ -69,6 +69,8 @@ service AppService {

rpc UpdateBillingService(UpdateBillingServiceRequest) returns (UpdateBillingServiceResponse);

rpc GetBillingService(UpdateBillingServiceRequest) returns (UpdateBillingServiceResponse);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be GetBillingServiceConfig?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup I think that it should be

@jr22 jr22 added the ready-for-protos add this when you want protos to compile on every commit label Nov 12, 2024
@jr22 jr22 removed the ready-for-protos add this when you want protos to compile on every commit label Nov 12, 2024
@jr22 jr22 merged commit a2094d3 into main Nov 12, 2024
8 checks passed
@jr22 jr22 deleted the APP-6845 branch November 12, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
protos-compiled safe to test committer is a member of this org
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants